Enabling connector property persistence in a runtime
Before you begin
You must have the Runtime Management privilege to perform this task. If you have the Runtime Management Read Access privilege, you cannot perform the task.
About this task
The Connector Listener framework can call the SDK Persistence API to persist properties on the basic runtime shared file system. A <process_id>-connector.properties file will be created in the runtime's execution folder after a listener execution when a property is first set during an execution.
Prior to being able to set persisted properties, you must enable the Persisted Connector Cache option on the basic runtime. Perform the following task on the runtime:
Procedure
-
Select Manage > Runtime Management.
-
Select the runtime from the list on the left.
-
In Settings & Configuration, click Properties.
-
In the Properties panel, click the Advanced tab.
-
Select the Enable Persisted Connector Cache property (
com.boomi.container.connector.persistence.enabled), clickAdd a Property, and select its Property Value check box.
-
Optionally, you can filter out and only allow a specific set of connectors to use persistence on the runtime. Select the (
com.boomi.container.connector.persistence.allowList) property, clickAdd a Property, and enter a comma-separated allow list, for example
connectorType1, connectorType2. If you want to allow all connectors to use persistence, skip this step. -
Click Save.
Because changes to this property do not take effect until the runtime is restarted, you are prompted to restart. You have the option to restart now or restart later.